home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / drivers / Windows_2000 / Cable_Modems / Ericsson / PipeRider V3.17C / ercmunic.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-01-31  |  6.8 KB  |  172 lines

  1. ;*****************************************************************************
  2. ;
  3. ; ercmunic.inf   -- Install the Ericsson PipeRider(tm) WDM drivers
  4. ;
  5. ; Copyright (c) 2000 Ericsson, Inc.
  6. ;
  7. ; $Id: lower.inf,v 1.11 2000/11/09 01:05:37 tmm Exp $
  8. ;
  9. ; PipeRider is a trademark of Ericsson, Inc.
  10. ;
  11. ;*****************************************************************************
  12.  
  13. [version]
  14. signature="$CHICAGO$"
  15. Class=USB
  16. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  17. Provider=%Provider%
  18. DriverVer=01/30/2001, 3.17.0.300
  19. CatalogFile=ercmunic.cat
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect = *
  23.  
  24. ;-----------------------------------------------------------------------------
  25. ; Specify target paths...
  26. ;-----------------------------------------------------------------------------
  27. [DestinationDirs]
  28. DefaultDestDir                  = 11                    ; LDID_SYS
  29. EricssonWdm.W95.CopyFiles       = 11                    ; LDID_SYS
  30. EricssonWdm.NT.CopyFiles        = 12                    ; system32\drivers
  31. PropPages.CopyFiles             = 11                    ; system
  32.  
  33. ;-----------------------------------------------------------------------------
  34. ; Specify the install disks.  A bit unwieldy during development.
  35. ;-----------------------------------------------------------------------------
  36. [SourceDisksNames]
  37. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  38. 1=%DiskString%,"ercmunic.sys",,
  39.  
  40. [SourceDisksFiles]
  41. ; filename = diskid[, [subdir] [, size]]
  42. ercmunic.sys = 1
  43. ercmcr95.sys = 1
  44. ercmcrnt.sys = 1
  45. ercmvcr.vxd = 1
  46. ercmwh95.sys = 1
  47. ercmwhnt.sys = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Table of Contents:  manufacturer, then devices.
  51. ;-----------------------------------------------------------------------------
  52. [Manufacturer]
  53. %Ericsson%=Ericsson
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; The devices
  57. ;-----------------------------------------------------------------------------
  58. [Ericsson]
  59. %Ericsson.Ndis.Desc% = EricssonWdm.Install, USB\VID_08EA&PID_0001
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; How to install them:  On W9x, the [section] name is used directly.
  63. ; On NT, the system first tries [section.NT], then [section].
  64. ;-----------------------------------------------------------------------------
  65.  
  66. ;-----------------------------------------------------------------------------
  67. ; Diagnostics Files CopyFiles List Section
  68. ;-----------------------------------------------------------------------------
  69. [Ericsson.CopyFiles]
  70.  
  71. ;-----------------------------------------------------------------------------
  72. ; XXX when we have a property page DLL, add it to the following section.
  73. ;-----------------------------------------------------------------------------
  74. [PropPages.CopyFiles]
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ;       How to install the WDM driver on W95/W98
  78. ;-----------------------------------------------------------------------------
  79. [EricssonWdm.Install]
  80. DriverVer=01/30/2001, 3.17.0.300
  81. CopyFiles       = EricssonWdm.W95.CopyFiles, Ericsson.CopyFiles, PropPages.CopyFiles
  82. AddReg          = EricssonWdm.AddReg, EricssonWdm.W95.AddReg
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;       How to install the WDM driver on NT
  86. ;-----------------------------------------------------------------------------
  87. [EricssonWdm.Install.NT]
  88. DriverVer=01/30/2001, 3.17.0.300
  89. CopyFiles       = EricssonWdm.NT.CopyFiles
  90. AddReg          = EricssonWdm.AddReg, EricssonWdm.NT.AddReg
  91.  
  92. ;-----------------------------------------------------------------------------
  93. ;       How to start the WDM driver on NT
  94. ;-----------------------------------------------------------------------------
  95. [EricssonWdm.Install.NT.Services]
  96. AddService      = ercmunic, 2, EricssonWdm.AddService
  97.  
  98. [EricssonWdm.AddService]
  99. DisplayName             = %Ericsson.Service.Desc%
  100. ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
  101. StartType               = 3     ; SERVICE_DEMAND_START
  102. ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
  103. ServiceBinary           = %12%\ercmunic.sys
  104. LoadOrderGroup          = Base
  105.  
  106. ;-----------------------------------------------------------------------------
  107. ;       WDM registry entries (all platforms)
  108. ;-----------------------------------------------------------------------------
  109. [EricssonWdm.AddReg]
  110. HKR,,CRUpperDescription,,%UpperDescription%
  111. HKR,,CREnum,,ERCMCR
  112. HKR,,Configuration,1,   01,00,00,00
  113. HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
  114. HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
  115. HKR,,IgnoreInterruptEndpoint, 0x10001, 01,00,00,00
  116. HKR,,DataAltSetting,1,  01,00,00,00
  117.  
  118. ;-----------------------------------------------------------------------------
  119. ;       WDM registry entries (W95/98) (including how to start the driver)
  120. ;-----------------------------------------------------------------------------
  121. [EricssonWdm.W95.AddReg]
  122. HKR,,DevLoader,,*ntkern
  123. HKR,,NTMPDriver,,ercmunic.sys
  124.  
  125. ;-----------------------------------------------------------------------------
  126. ;       WDM registry entries (NT only)
  127. ;-----------------------------------------------------------------------------
  128. [EricssonWdm.NT.AddReg]
  129.  
  130. ;-----------------------------------------------------------------------------
  131. ;       The WDM copy list for Win95 -- different because things go in
  132. ;       different places.  Also, we probably need to rename drivers 
  133. ;       during the install.
  134. ;-----------------------------------------------------------------------------
  135. [EricssonWdm.W95.CopyFiles]
  136. ercmunic.sys
  137. ercmcr.sys,ercmcr95.sys
  138. ercmvcr.vxd
  139. ercmwh.sys,ercmwh95.sys
  140.  
  141. ;-----------------------------------------------------------------------------
  142. ;       The WDM copy list for NT -- different because things go in
  143. ;       different places.
  144. ;-----------------------------------------------------------------------------
  145. [EricssonWdm.NT.CopyFiles]
  146. ercmunic.sys
  147. ercmwh.sys,ercmwhnt.sys
  148. ercmcr.sys,ercmcrnt.sys
  149.  
  150. ;****************************************************************************
  151. ; Localizable Strings
  152. ;****************************************************************************
  153. [strings]
  154.  
  155. ;BEGIN ENG - US English Strings
  156. Provider = "Ericsson, Inc."
  157. Ericsson = "Ericsson, Inc."
  158. DiskString = "PipeRider(tm) Cable Modem installation disk"
  159.  
  160. Ericsson.Ndis.Desc = "Ericsson PipeRider(tm) USB Cable Modem"
  161. Ericsson.Service.Desc = "PipeRider(tm) WDM Driver"
  162.  
  163. UpperDescription = "PipeRider(tm) networking support"
  164.  
  165. ;END ENG - US English Strings
  166.  
  167. ;-----------------------------------------------------------------------------
  168. ; Following are symbolic constants which don't change per locale.
  169. ;-----------------------------------------------------------------------------
  170.  
  171. ;*** end of file ***
  172.